Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension Typing Shim #1

Open
wants to merge 2,357 commits into
base: master
Choose a base branch
from
Open

Conversation

DedSec256
Copy link
Owner

No description provided.

@DedSec256 DedSec256 force-pushed the ber.a/typeProvidersRefactoring branch 4 times, most recently from cd408f5 to ec57460 Compare January 16, 2020 18:40
@DedSec256 DedSec256 force-pushed the ber.a/typeProvidersRefactoring branch from b42dde0 to f9a23ca Compare January 30, 2020 15:54
@DedSec256 DedSec256 force-pushed the ber.a/typeProvidersRefactoring branch from f9a23ca to 4fb1351 Compare February 21, 2020 20:54
@DedSec256 DedSec256 force-pushed the ber.a/typeProvidersRefactoring branch from 4fb1351 to 4efc5e5 Compare March 4, 2020 16:24
@DedSec256 DedSec256 force-pushed the ber.a/typeProvidersRefactoring branch 2 times, most recently from a1213eb to c876530 Compare April 24, 2020 20:11
@DedSec256 DedSec256 force-pushed the ber.a/typeProvidersRefactoring branch 2 times, most recently from 11c8086 to fffe2ac Compare May 3, 2020 02:11
@DedSec256 DedSec256 force-pushed the ber.a/typeProvidersRefactoring branch from 910af62 to 8bbadd3 Compare February 13, 2021 11:05
Happypig375 and others added 18 commits June 14, 2021 01:16
* Initial work

* Using ArrayPool

* Renaming GetMemory to AsMemory

* Fixing build

* Returning ByteBuffer from TypedTreePickle

* Using ArrayPool in ilwrite

* Fixing build

* Fixed creation of byte buffer

* Remove EmitByteBuffer as it is not needed

* Added System.Runtime.CompilerServices.Unsafe to be version 4.7.1

* Update Versions.props

* Update FSharp.Compiler.Service.fsproj

* Update FSharp.Compiler.Service.nuspec

* Added literals for byte buffer creation

* minor tweak

* Update TypedTree.fs
…/etc. (dotnet#11666)

* Stop accumulating results in incremental build

* ParseAndCheckProjectImpl changes

* minor tweak
Fix IL test after merging tuple elimination feature
dotnet-maestro bot and others added 29 commits August 31, 2021 13:25
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Vlad Zarytovskii <vzaritovsky@hotmail.com>
[main] Update dependencies from dotnet/arcade


 - Stick with public SDK
* Use little-endian byte order when writing integers to the buffer
  in pdbGetCvDebugInfo and pdbGetEmbeddedPdbDebugInfo
* Fix 12085

* Fix 12085

* Fix 12085

Co-authored-by: Don Syme <donsyme@fastmail.com>
* Parser: better tree for unfinished paren patterns

* Add more tests
[main] Update dependencies from dotnet/arcade


 - Use preview7
* printing updates

* printing updates

* fix tests

* fix tests

* Print 'abstract' instead of 'abstract member'

* Print 'abstract' instead of 'abstract member'

* update tests

* simplify code for laying out type definitions

* adjust tests

* fix printing of backtick and operator identifiers

* update tests

* update more tests

* multi-line curried signature formatting

* don't print literals twice

* fix tests

* fix tests

* fix names in completion list

* systematize the demangling (DisplayNameCore) and addition of parens/backticks (DisplayName)

* fix a test case

* update baseline

* fix signature generation and re-enable tests

* fix list completion

* fix list completion

* always show [<Struct>]

* always show [<Struct>]

Co-authored-by: Don Syme <donsyme@fastmail.com>
… errors (dotnet#12063)

* errors on deprecation

* errors on deprecation

* adjust FCS to use correct langversion in parsing and lexing

* fix tests and update baselines

* fix tests now langversion taken into account during parse/lexing from FCS

* fix build

* fix tests now langversion taken into account during parse/lexing from FCS

* add explanation text

* fix build

* fix build

* fix tests

* fix test

Co-authored-by: Don Syme <donsyme@fastmail.com>
[main] Update dependencies from dotnet/arcade


 - Sticking to public preview
…1688)

* Zero init values on demand despite SkipLocalsInit being set

* Add extra SkipLocalsInit test

* Fix test
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Vlad Zarytovskii <vzaritovsky@hotmail.com>
…12130)

* Sorted the string.fsi entries and added examples to each one

* Applying suggestions to the String examples

* Following the suggestion that is more clear.

* Sorted the string.fsi entries and added examples to each one

* Applying suggestions to the String examples

* Following the suggestion that is more clear.
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Vlad Zarytovskii <vzaritovsky@hotmail.com>
[main] Update dependencies from dotnet/arcade


 - Update global.json
…les as requested by reviewer. (dotnet#12134)

* Sorted the string.fsi entries and added examples to each one

* Applying suggestions to the String examples

* Following the suggestion that is more clear.

* Sorted the string.fsi entries and added examples to each one

* Applying suggestions to the String examples

* Following the suggestion that is more clear.

* Partial work on the list examples

* Small refactor of examples as requested by reviewer

* Refactor of List examples following guidelines from previous reviews

* More examples for the List module

* Examples for fold and foldBack

* Applied the review suggestions to the List module exapmples

* Applied the review suggestions to the List module exapmples

* Update list.fsi

Co-authored-by: Don Syme <dsyme@users.noreply.github.com>
* All pairs

* append

* Average

* averageBy

* Reordering

* Cache

* Cast

* Fixed types in xml comments

* Unused open removed

* Cleanup

* Comparewith

* Refined seq

* delay

* Addressing comments

* Addressing comments

* More examples normalized

* Addressed all comments

* Done with comments

* Added concat example

* Distinct and distinct by.

* Update seq.fsi

Co-authored-by: Don Syme <dsyme@users.noreply.github.com>
* code cleanup

* cleanup

* cleanup uses of ref cells

* fix build, trim NoWarn

* fix build

* fix build

* remove preview from FCS build

* fix test

Co-authored-by: Don Syme <donsyme@fastmail.com>
@DedSec256 DedSec256 force-pushed the ber.a/typeProvidersRefactoring branch from 8b6ba34 to 6eaf9f4 Compare September 16, 2021 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.